Misc minor simplifications in C code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Oct 2012 00:31:56 +0000 (20:31 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Oct 2012 00:31:56 +0000 (20:31 -0400)
commitf8addada5df2a2de0d783e672ed207c1de1ad70b
treebf6603525217d733893cb7754600cc8827985bbb
parent813c663e79007286142897ff18bf5565247dad3e
Misc minor simplifications in C code.
* src/buffer.c (Fset_buffer_multibyte): Signal an error instead of widening.
(Fmake_overlay): Remove redundant tests.
* src/coding.h (ENCODE_FILE, DECODE_FILE, DECODE_SYSTEM): Remove special
case for the special 0 coding-system.
* src/frame.c (Fmake_terminal_frame): Prefer safer CONSP over !NILP.
etc/NEWS
src/ChangeLog
src/buffer.c
src/coding.h
src/frame.c